MsgBox "The value for Old Password is not correct." & Chr$(13) & Chr$(13) & "Check your screen saver password, and then try again.", 16, "Change Password"
txtNew.Text = ""
txtRetype.Text = ""
txtOld.SetFocus
Exit Sub
End If
If txtNew.Text <> txtRetype.Text Then
MsgBox "The Values for New Password and Retype New" & Chr$(13) & "Password do not match." & Chr$(13) & Chr$(13) & "Try again.", 16, "Change Password"